net/http.http2serverConn.srv (field)

13 uses

	net/http (current package)
		h2_bundle.go#L4079: 		srv:                         s,
		h2_bundle.go#L4207: 	srv              *http2Server
		h2_bundle.go#L4545: 			{http2SettingMaxFrameSize, sc.srv.maxReadFrameSize()},
		h2_bundle.go#L4548: 			{http2SettingInitialWindowSize, uint32(sc.srv.initialStreamRecvWindowSize())},
		h2_bundle.go#L4555: 	if diff := sc.srv.initialConnRecvWindowSize() - http2initialWindowSize; diff > 0 {
		h2_bundle.go#L4570: 	if sc.srv.IdleTimeout != 0 {
		h2_bundle.go#L4571: 		sc.idleTimer = time.AfterFunc(sc.srv.IdleTimeout, sc.onIdleTimer)
		h2_bundle.go#L4642: 		if sc.queuedControlFrames > sc.srv.maxQueuedControlFrames() {
		h2_bundle.go#L5260: 		if sc.srv.IdleTimeout != 0 {
		h2_bundle.go#L5261: 			sc.idleTimer.Reset(sc.srv.IdleTimeout)
		h2_bundle.go#L5707: 	st.inflow.add(sc.srv.initialStreamRecvWindowSize())
		h2_bundle.go#L6726: 	if sc == nil || sc.srv == nil {
		h2_bundle.go#L6729: 	f := sc.srv.CountError